home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pornodelic
/
Pornodelic - Disc 2.iso
/
pc
/
data
/
quit.dir
/
00008_ÉäÉ^Å[Éì.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-13
|
192 b
|
12 lines
on mouseDown
global gquitflg
if gquitflg = 0 then
if somebutton() then
set gquitflg to 1
tell the stage
close(window "Quit")
end tell
end if
end if
end